This platform list serves as a helper for making SPK packages.
Example:
arch="noarch"
arch="x86"
| import os | |
| import subprocess | |
| """ | |
| Automatically extract synology firmware and packages inside it. The SynoXtract is from https://github.com/prt1999/SynoXtract. Compile it first. | |
| Steps: | |
| 1. Extract firmware .pat file | |
| 2. (Start loop): Extract spk file (package) | |
| 3. Extract tar file. It should contain everything, include ELF files. | |
| 4. (End loop) Return 2. |
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.
"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."
By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.
| Latency Comparison Numbers (~2012) | |
| ---------------------------------- | |
| L1 cache reference 0.5 ns | |
| Branch mispredict 5 ns | |
| L2 cache reference 7 ns 14x L1 cache | |
| Mutex lock/unlock 25 ns | |
| Main memory reference 100 ns 20x L2 cache, 200x L1 cache | |
| Compress 1K bytes with Zippy 3,000 ns 3 us | |
| Send 1K bytes over 1 Gbps network 10,000 ns 10 us | |
| Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD |
| name: vizo | |
| description: VIZO Short Videos | |
| publish_to: 'none' | |
| version: 1.0.0+1 | |
| environment: | |
| sdk: '>=3.0.0 <4.0.0' | |
| dependencies: | |
| flutter: |
Adresse: http://perpendiculaires.free.fr
Auteur: David Robert
Contenu: Cours, exercices, devoirs, blog, bibliographie
Niveau: Lycée
Adresse: http://www.xm1math.net/
Auteur: Pascal Brachet
Contenu: Fiches méthodes, exercices, auto-test, logiciels